How to: Print a Word document on a computer that is not running Word.

Solution:


Print the Word document to a file and save that file to a disk. When
Word prints to a file, it stores all the commands necessary for a
printer to format a document.

EXAMPLE: With a diskette in drive A: and a file named MYFILE.PRN, type the following at the DOS prompt:
COPY A:\MYFILE.PRN > LPT1
(The file should print if the printer port is correct.)